home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Java++ / VJ / SAMPLES / MICROSOFT / RDOSAMPLE / SAMPLE DATABASE.MDB / Employees.json
Encoding:
JavaScript Object Notation  |  1996-11-11  |  4.7 KB

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "HireDate": "DateTime",
  5.         "Name": "Text (25)",
  6.         "Email": "Text (10)",
  7.         "Manager": "Text (10)",
  8.         "Phone": "Text (12)",
  9.         "Location": "Text (15)",
  10.         "Certified": "Boolean NOT NULL"
  11.     },
  12.     "data": [
  13.         {
  14.             "ID": 1,
  15.             "HireDate": "05/01/92 00:00:00",
  16.             "Name": "Maria Anders",
  17.             "Email": "mariaa",
  18.             "Manager": "chrisp",
  19.             "Phone": "x4321",
  20.             "Location": "GL-30",
  21.             "Certified": 0
  22.         },
  23.         {
  24.             "ID": 2,
  25.             "HireDate": "08/14/92 00:00:00",
  26.             "Name": "Ana Trujillo",
  27.             "Email": "anat",
  28.             "Manager": "thomash",
  29.             "Phone": "x4629",
  30.             "Location": "GL-14",
  31.             "Certified": 1
  32.         },
  33.         {
  34.             "ID": 4,
  35.             "HireDate": "05/03/93 00:00:00",
  36.             "Name": "Thomas Hardy",
  37.             "Email": "thomash",
  38.             "Manager": "pedroa",
  39.             "Phone": "x7788",
  40.             "Location": "GL-22",
  41.             "Certified": 1
  42.         },
  43.         {
  44.             "ID": 5,
  45.             "HireDate": "10/17/93 00:00:00",
  46.             "Name": "Christina Berglund",
  47.             "Email": "chrisb",
  48.             "Manager": "mariaa",
  49.             "Phone": "x0921",
  50.             "Location": "GL-32",
  51.             "Certified": 1
  52.         },
  53.         {
  54.             "ID": 7,
  55.             "HireDate": "01/02/94 00:00:00",
  56.             "Name": "Fr├⌐d├⌐rique Citeaux",
  57.             "Email": "fredc",
  58.             "Manager": "annd",
  59.             "Phone": "x8860",
  60.             "Location": "GL-13",
  61.             "Certified": 1
  62.         },
  63.         {
  64.             "ID": 8,
  65.             "HireDate": "03/05/94 00:00:00",
  66.             "Name": "Mart├¡n Sommer",
  67.             "Email": "martins",
  68.             "Manager": "mariaa",
  69.             "Phone": "x2282",
  70.             "Location": "GL-36",
  71.             "Certified": 1
  72.         },
  73.         {
  74.             "ID": 12,
  75.             "HireDate": "05/25/92 00:00:00",
  76.             "Name": "Patricio Simpson",
  77.             "Email": "patricios",
  78.             "Manager": "thomash",
  79.             "Phone": "x5785",
  80.             "Location": "GL-11",
  81.             "Certified": 1
  82.         },
  83.         {
  84.             "ID": 13,
  85.             "HireDate": "06/01/92 00:00:00",
  86.             "Name": "Francisco Chang",
  87.             "Email": "franc",
  88.             "Manager": "chrisp",
  89.             "Phone": "x3392",
  90.             "Location": "KJ-34",
  91.             "Certified": 0
  92.         },
  93.         {
  94.             "ID": 14,
  95.             "HireDate": "03/30/92 00:00:00",
  96.             "Name": "Yang Wang",
  97.             "Email": "yangw",
  98.             "Manager": "annd",
  99.             "Phone": "x6545",
  100.             "Location": "GL-16",
  101.             "Certified": 1
  102.         },
  103.         {
  104.             "ID": 16,
  105.             "HireDate": "09/28/95 00:00:00",
  106.             "Name": "Elizabeth Brown",
  107.             "Email": "lizb",
  108.             "Manager": "pedroa",
  109.             "Phone": "x2382",
  110.             "Location": "GL-27",
  111.             "Certified": 0
  112.         },
  113.         {
  114.             "ID": 17,
  115.             "HireDate": "03/30/94 00:00:00",
  116.             "Name": "Sven Ottlieb",
  117.             "Email": "sveno",
  118.             "Manager": "chrisp",
  119.             "Phone": "x9123",
  120.             "Location": "KJ-24",
  121.             "Certified": 0
  122.         },
  123.         {
  124.             "ID": 18,
  125.             "HireDate": "06/17/94 00:00:00",
  126.             "Name": "Janine Labrune",
  127.             "Email": "janinel",
  128.             "Manager": "sveno",
  129.             "Phone": "x0678",
  130.             "Location": "KJ-27",
  131.             "Certified": 0
  132.         },
  133.         {
  134.             "ID": 21,
  135.             "HireDate": "05/23/94 00:00:00",
  136.             "Name": "Aria Cruz",
  137.             "Email": "ariac",
  138.             "Manager": "sveno",
  139.             "Phone": "x9857",
  140.             "Location": "KJ-26",
  141.             "Certified": 1
  142.         },
  143.         {
  144.             "ID": 22,
  145.             "HireDate": "06/23/93 00:00:00",
  146.             "Name": "Diego Roel",
  147.             "Email": "diegor",
  148.             "Manager": "peterf",
  149.             "Phone": "x9444",
  150.             "Location": "KJ-22",
  151.             "Certified": 1
  152.         },
  153.         {
  154.             "ID": 26,
  155.             "HireDate": "06/03/91 00:00:00",
  156.             "Name": "Carine Schmitt",
  157.             "Email": "carines",
  158.             "Manager": "mariaa",
  159.             "Phone": "x3211",
  160.             "Location": "GL-33",
  161.             "Certified": 1
  162.         },
  163.         {
  164.             "ID": 28,
  165.             "HireDate": "10/21/91 00:00:00",
  166.             "Name": "Lino Rodriguez ",
  167.             "Email": "linar",
  168.             "Manager": "pedroa",
  169.             "Phone": "x2534",
  170.             "Location": "GL-23",
  171.             "Certified": 1
  172.         },
  173.         {
  174.             "ID": 11,
  175.             "HireDate": "02/14/91 00:00:00",
  176.             "Name": "Chris Park",
  177.             "Email": "chrisp",
  178.             "Manager": "chrisp",
  179.             "Phone": "x1212",
  180.             "Location": "KJ-30",
  181.             "Certified": 1
  182.         },
  183.         {
  184.             "ID": 15,
  185.             "HireDate": "02/24/92 00:00:00",
  186.             "Name": "Pedro Afonso",
  187.             "Email": "pedroa",
  188.             "Manager": "mariaa",
  189.             "Phone": "x7647",
  190.             "Location": "GL-20",
  191.             "Certified": 1
  192.         },
  193.         {
  194.             "ID": 19,
  195.             "HireDate": "04/22/91 00:00:00",
  196.             "Name": "Ann Devon",
  197.             "Email": "annd",
  198.             "Manager": "mariaa",
  199.             "Phone": "x0297",
  200.             "Location": "GL-10",
  201.             "Certified": 1
  202.         },
  203.         {
  204.             "ID": 23,
  205.             "HireDate": "07/20/92 00:00:00",
  206.             "Name": "Martine Ranc├⌐",
  207.             "Email": "martiner",
  208.             "Manager": "sveno",
  209.             "Phone": "x1016",
  210.             "Location": "KJ-25",
  211.             "Certified": 1
  212.         },
  213.         {
  214.             "ID": 31,
  215.             "HireDate": "08/19/93 00:00:00",
  216.             "Name": "Andr├⌐ Fonseca",
  217.             "Email": "andref",
  218.             "Manager": "sveno",
  219.             "Phone": "x9482",
  220.             "Location": "KJ-29",
  221.             "Certified": 1
  222.         },
  223.         {
  224.             "ID": 6,
  225.             "HireDate": "10/17/93 00:00:00",
  226.             "Name": "Hanna Moos",
  227.             "Email": "hannam",
  228.             "Manager": "chrisp",
  229.             "Phone": "x0621",
  230.             "Location": "KJ-33",
  231.             "Certified": 0
  232.         },
  233.         {
  234.             "ID": 9,
  235.             "HireDate": "11/15/94 00:00:00",
  236.             "Name": "Laurence Lebihan",
  237.             "Email": "larryl",
  238.             "Manager": "annd",
  239.             "Phone": "x4540",
  240.             "Location": "GL-14",
  241.             "Certified": 1
  242.         },
  243.         {
  244.             "ID": 20,
  245.             "HireDate": "08/31/92 00:00:00",
  246.             "Name": "Roland Mendel",
  247.             "Email": "rolandm",
  248.             "Manager": "annd",
  249.             "Phone": "x3425",
  250.             "Location": "GL-17",
  251.             "Certified": 1
  252.         },
  253.         {
  254.             "ID": 25,
  255.             "HireDate": "07/22/92 00:00:00",
  256.             "Name": "Peter Franken",
  257.             "Email": "peterf",
  258.             "Manager": "chrisp",
  259.             "Phone": "x7310",
  260.             "Location": "KJ-20",
  261.             "Certified": 1
  262.         },
  263.         {
  264.             "ID": 30,
  265.             "HireDate": "07/15/91 00:00:00",
  266.             "Name": "Jos├⌐ Pedro Freyre",
  267.             "Email": "josepf",
  268.             "Manager": "thomash",
  269.             "Phone": "x5828",
  270.             "Location": "GL-15",
  271.             "Certified": 0
  272.         },
  273.         {
  274.             "ID": 24,
  275.             "HireDate": "05/13/91 00:00:00",
  276.             "Name": "Maria Larsson",
  277.             "Email": "marial",
  278.             "Manager": "peterf",
  279.             "Phone": "x0695",
  280.             "Location": "KJ-21",
  281.             "Certified": 1
  282.         },
  283.         {
  284.             "ID": 29,
  285.             "HireDate": "03/22/93 00:00:00",
  286.             "Name": "Eduardo Saavedra",
  287.             "Email": "eduardos",
  288.             "Manager": "peterf",
  289.             "Phone": "x4560",
  290.             "Location": "KJ-23",
  291.             "Certified": 0
  292.         },
  293.         {
  294.             "ID": 10,
  295.             "HireDate": "09/23/91 00:00:00",
  296.             "Name": "Elizabeth Lincoln",
  297.             "Email": "elizl",
  298.             "Manager": "pedroa",
  299.             "Phone": "x4729",
  300.             "Location": "GL-29",
  301.             "Certified": 0
  302.         },
  303.         {
  304.             "ID": 3,
  305.             "HireDate": "04/01/92 00:00:00",
  306.             "Name": "Antonio Moreno",
  307.             "Email": "antoniom",
  308.             "Manager": "annd",
  309.             "Phone": "x3932",
  310.             "Location": "GL-12",
  311.             "Certified": 0
  312.         },
  313.         {
  314.             "ID": 27,
  315.             "HireDate": "05/17/93 00:00:00",
  316.             "Name": "Paolo Accorti",
  317.             "Email": "paoloa",
  318.             "Manager": "pedroa",
  319.             "Phone": "x8260",
  320.             "Location": "GL-26",
  321.             "Certified": 1
  322.         }
  323.     ]
  324. }